home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / com / kongregate / as3 / client / events / KongregateEvent.as
Encoding:
Text File  |  2011-08-19  |  434 b   |  25 lines

  1.  
  2. {
  3.    if(true)
  4.    {
  5.       KongregateEvent = ┬º┬ºnewclass(KongregateEvent,Event);
  6.    }
  7. }
  8.  
  9. package com.kongregate.as3.client.events
  10. {
  11.    import flash.events.Event;
  12.    
  13.    public class KongregateEvent extends Event
  14.    {
  15.       
  16.       public static const COMPLETE:String = "component_api_available";
  17.        
  18.       
  19.       public function KongregateEvent(param1:String)
  20.       {
  21.          super(param1);
  22.       }
  23.    }
  24. }
  25.